This page last changed on Feb 17, 2006 by [email protected].

Tag - checkBox

Description

Creates a checkbox form field. All the usual HTML elements apply beyond the below:

Parameters

  • name (optional) - The name of the checkbox
  • value (optional) - The value of the checkbox, if evaluates to true sets to checkbox to checked

Examples

// a checked checkbox
     <g:checkBox name="myCheckbox" value="${true}" />
Document generated by Confluence on Mar 29, 2006 08:46